home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Multimedia / Movie3.0 / Source / Makefile.preamble < prev    next >
Encoding:
Makefile  |  1995-07-31  |  147 b   |  9 lines

  1. LDFLAGS=-s
  2. OTHER_LIBS=xanim/libxanim.a
  3.  
  4. project:: mpegDecode/mpegDecode xanim/libxanim.a
  5.  
  6. clean::
  7.     cd xanim; make clean
  8.     cd mpegDecode; make clean
  9.